pluginJar

@get:InputFile
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val pluginJar: RegularFileProperty

The output of Jar task. The proper Jar.archiveFile is picked depending on if code instrumentation is enabled.

Default value: Jar.archiveFile

See also